-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Implement Dutch language and issue #2579 #2998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add Dutch language support to the app. * **Add Dutch translations**: - Add `src/i18n/locales/nl/common.json` with Dutch translations for common terms. - Add `src/i18n/locales/nl/tools.json` with Dutch translations for tools. - Add `webview-ui/src/i18n/locales/nl/chat.json` with Dutch translations for chat. - Add `webview-ui/src/i18n/locales/nl/common.json` with Dutch translations for common terms. - Add `webview-ui/src/i18n/locales/nl/history.json` with Dutch translations for history.
Add Dutch language support
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
|
|
Hi @Githubguy132010, Thank you for your contributions to the Roo-Code repository! I noticed that this pull request includes both Dutch language localization and component refactoring changes. To ensure a smoother review process, could you consider splitting the component refactoring into a separate pull request? This will help us focus on the localization changes independently and ensure each set of changes is reviewed thoroughly. Thank you for your understanding and cooperation! |
|
Thanks for expanding the Roo-ser base with a new translation Proost! 🦘❤️ |
feat: Add Dutch localization files
| <div align="center"> | ||
| <sub> | ||
|
|
||
| Nederlands • [English](../../README.md) • [Català](../ca/README.md) • [Deutsch](../de/README.md) • [Español](../es/README.md) • [Français](../fr/README.md) • [हिन्दी](../hi/README.md) • [Italiano](../it/README.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put this in alphabetical order, and also add the link to the other READMEs?
| alwaysAllowSubtasks, | ||
| alwaysAllowExecute, | ||
| allowedCommands, | ||
| export const AutoApproveSettings: React.FC<AutoApproveSettingsProps> = ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mind pulling the auto-approve enhancements out into another PR? Ideally this one would be strictly translations.
Co-authored-by: Matt Rubens <[email protected]>
|
Closing this one as I cannot test the auto-approve UI. Also creating brand new PR for translations as requested. |
Thank you! |
Context
Add the Dutch language and implement #2579
Implementation
The latest commits add extensive Dutch language support throughout the Roo-Code project. This includes:
src/i18n/locales/nl/common.json,src/i18n/locales/nl/tools.json,webview-ui/src/i18n/locales/nl/chat.json,webview-ui/src/i18n/locales/nl/common.json, andwebview-ui/src/i18n/locales/nl/history.json.CODE_OF_CONDUCT.mdfile.No major architectural changes were made; the focus was on localization and translation accuracy, with some type updates for better maintainability. Tradeoffs included extra care to avoid breaking existing translations and ensuring keys matched across locales.
Screenshots
How to Test
Get in Touch
I'm available in the Roo Code Discord as Githubguy132010 if you have any questions or feedback about these changes.
Important
Add Dutch language support and improve type safety across the project.
src/i18n/locales/nl/common.json,src/i18n/locales/nl/tools.json, andwebview-ui/src/i18n/locales/nl/chat.json.README.md,CODE_OF_CONDUCT.md, andCONTRIBUTING.mdwith Dutch translations.webview-ui/package.jsonandwebview-ui/src/react-app-env.d.ts.AutoApproveMenu.tsxandAutoApproveSettings.tsxto handle Dutch translations and improve type safety.This description was created by
for 787baae. You can customize this summary. It will automatically update as commits are pushed.